Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cce): support hibernate in cce cluster #1022

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

Jason-Zhang9309
Copy link
Contributor

@Jason-Zhang9309 Jason-Zhang9309 commented Sep 22, 2023

fixes #976

make testacc TEST='./flexibleengine' TESTARGS='-run TestAccCCEClusterV3_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./flexibleengine -v -run TestAccCCEClusterV3_basic -timeout 720m
=== RUN   TestAccCCEClusterV3_basic
--- PASS: TestAccCCEClusterV3_basic (457.11s)
PASS
ok      github.com/FlexibleEngineCloud/terraform-provider-flexibleengine/flexibleengine 457.159s

make testacc TEST='./flexibleengine' TESTARGS='-run TestAccCluster_hibernate'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./flexibleengine -v -run TestAccCluster_hibernate -timeout 720m
=== RUN   TestAccCluster_hibernate
=== PAUSE TestAccCluster_hibernate
=== CONT  TestAccCluster_hibernate
--- PASS: TestAccCluster_hibernate (708.70s)
PASS
ok      github.com/FlexibleEngineCloud/terraform-provider-flexibleengine/flexibleengine 708.747s

@ShiChangkuo
Copy link
Collaborator

/lgtm

@ShiChangkuo ShiChangkuo merged commit 4f18ab2 into FlexibleEngineCloud:master Sep 28, 2023
5 checks passed
@github-actions github-actions bot added the LGTM label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CCE feature request : cluster hibernation
2 participants